Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[Streem](../index.html)/[Country](index.html)

Country

[androidJvm]
data class Country(val callingCode: String, val isoCode: String, val countryName: String)

Constructors

   
Country [androidJvm]
fun Country(callingCode: String, isoCode: String, countryName: String)

Properties

Name Summary
callingCode [androidJvm]
val callingCode: String
countryName [androidJvm]
val countryName: String
isoCode [androidJvm]
val isoCode: String